projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f98fbb
)
Fixed typo.
author
Carsten Dominik
<dominik@science.uva.nl>
Thu, 25 Aug 2005 08:25:51 +0000
(08:25 +0000)
committer
Carsten Dominik
<dominik@science.uva.nl>
Thu, 25 Aug 2005 08:25:51 +0000
(08:25 +0000)
lisp/bookmark.el
patch
|
blob
|
history
diff --git
a/lisp/bookmark.el
b/lisp/bookmark.el
index 043b8d54d1be7db74eaffa2afbd11c93ca570f98..23e1ce11277a766c3b1dc745c0846eb5002e4e0f 100644
(file)
--- a/
lisp/bookmark.el
+++ b/
lisp/bookmark.el
@@
-1063,7
+1063,7
@@
of the old one in the permanent bookmark record."
(and cell
(switch-to-buffer (car cell))
(goto-char (cdr cell))
- (progn (run-hooks 'bookmark-jump-hook) t)
+ (progn (run-hooks 'bookmark-
after-
jump-hook) t)
(if bookmark-automatically-show-annotations
;; if there is an annotation for this bookmark,
;; show it in a buffer.